std::basic_istringstream::rdbuf
From Cppreference
< cpp | io | basic istringstream
| C++ Standard Library | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
| Input/output library | ||||||||||||||||||||
| std::basic_istringstream | ||||||||||||||||||||
| ||||||||||||||||||||
| basic_filebuf<CharT, Traits, Allocator>* rdbuf() const;
| ||
Returns pointer to the underlying raw string device object.
Parameters
(none)
Return value
pointer to the underlying raw string device.
Example
| This section is incomplete |